home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / AOCE / DragBusinessCard / DragBusinessCard.make < prev    next >
Encoding:
Text File  |  1994-08-11  |  773 b   |  26 lines  |  [TEXT/MPS ]

  1. #   File:       DragBusinessCard.make
  2. #   Target:     DragBusinessCard
  3. #   Sources:    Enumerate.c GetAttribute.c SimpleDrag.c SimpleDrag.r
  4. #   Created:    Thursday, August 4, 1994 12:17:38 PM
  5.  
  6.  
  7. OBJECTS = Enumerate.c.o GetAttribute.c.o SimpleDrag.c.o
  8.  
  9.  
  10. DragBusinessCard ƒƒ DragBusinessCard.make SimpleDrag.r
  11.     Rez SimpleDrag.r -append -o DragBusinessCard
  12.  
  13. DragBusinessCard ƒƒ DragBusinessCard.make {OBJECTS}
  14.     Link -t APPL -c dNet ∂
  15.         {OBJECTS} ∂
  16.         "{CLibraries}"StdClib.o ∂
  17.         "{Libraries}"Runtime.o ∂
  18.         "{Libraries}"Interface.o ∂
  19.         -o DragBusinessCard
  20. Enumerate.c.o ƒ DragBusinessCard.make Enumerate.c
  21.      C -r  Enumerate.c
  22. GetAttribute.c.o ƒ DragBusinessCard.make GetAttribute.c
  23.      C -r  GetAttribute.c
  24. SimpleDrag.c.o ƒ DragBusinessCard.make SimpleDrag.c
  25.      C -r  SimpleDrag.c
  26.